home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp95 / inthe95.doc < prev    next >
Text File  |  1995-03-31  |  5KB  |  168 lines

  1. What's in the HP-95LX?
  2. ----------------------
  3.  
  4. A: refers to the plug-in RAM card port.
  5.  
  6. The contents of the C: drive...
  7.  
  8. \                   size    The root directory is in both ROM and RAM
  9.                     ====    (The files listed below are all in ROM)
  10.   _CARLOAN.WK1      5232    Built-in 1-2-3 template
  11.   _CFLOW.WK1        4418      "
  12.   _EXPENSE.WK1     12406      "
  13.   _HOMEBUY.WK1      4362      "
  14.   _STAT.WK1         5444      "
  15.   CHKDSK.EXE        9680    DOS CHKDSK command
  16.   COMMAND.COM        184    Calls real COMMAND shell in ROMDUMMY.015
  17.   ROMDUMMY.009         0
  18.   ROMDUMMY.010         0
  19.   ROMDUMMY.011         0
  20.   ROMDUMMY.012         0
  21.   ROMDUMMY.013         0
  22.   ROMDUMMY.014         0
  23.   ROMDUMMY.015    267776    Real COMMAND shell, $SYSMGR, and built-in appls?
  24.   TF.COM            8170    DOS version of TigerFox game
  25.  
  26. \_DAT                       This subdirectory is entirely in RAM
  27.                             (Initialized by \_SYS\SYSINIT.BAT)
  28.   _1.PBK             512
  29.   COMPUSRV.DCF        71    Datacomm configuration file for CompuServe
  30.   DOWJONES.DCF        71
  31.   GENIE.DCF           71
  32.   MCI.DCF             71
  33.   SAMPLE.CTF         481    Codepage 850 to 860 translation
  34.   TOPCARD.PCX       1252    The default "business card"
  35.   WTIME.DAT           66
  36.  
  37. \_SYS                       This subdirectory is entirely in ROM
  38.                             (It is hidden, so you won't see it in the filer)
  39.   1000.PCX          4419    The $1000 bill
  40.   123.DYN          13679
  41.   123.SET          13298
  42.   123US.HLP        85576
  43.   123US.RI         19454
  44.   _1.PBK             512
  45.   APPTUS.HLP        4091
  46.   COMPUSRV.DCF        71    Datacomm configuration file for CompuServe
  47.   DEBUG.EXE        15631    The DOS DEBUG command
  48.   DOWJONES.DCF        71
  49.   EDITORUS.HLP      1915
  50.   FILERUS.HLP       3411
  51.   GENIE.DCF           71
  52.   HB.EXM            6702    Hearts & Bones - game
  53.   JCALCUS.HLP       5498
  54.   MCI.DCF             71
  55.   PHONEUS.HLP       2034
  56.   SAMPLE.CTF         481    Codepage 850 to 860 translation
  57.   SERINT.COM         164    HP95 additional command
  58.   SETUPUS.HLP       2425
  59.   SYSINIT.BAT        338
  60.   TERMUS.HLP        2232
  61.   TFOX.EXM          8315    System manager version of TigerFox
  62.   TOPCARD.PCX       1252    The default "business card"
  63.   TOPUS.HLP         1825
  64.   WTIME.DAT           66
  65.   WTIME.US          2877
  66.  
  67. Notice that this doesn't add up to anywhere near 1 megabyte.  When you
  68. round each file up to a 512-byte boundary, the total is 522,240 bytes.
  69. About 300K is reserved for localizing all the messages in the machine
  70. (e.g. the German version contains all messages in both English and German).
  71. Obviously, quite a bit of ROM contains code which is not mapped to E-disk.
  72.  
  73.  
  74. File extensions used for HP-95LX files...
  75.  
  76. (These are in addition to the standard .COM .BAT .EXE .BAK, etc. extensions)
  77.  
  78.    .ABK   Appointment book files
  79.    .CTF   Character translation files for Datacomm
  80.    .DCF   Datacomm configuration files
  81.    .EQN   Solver equation files
  82.    .EXM   System-manager executable files
  83.    .FCF   Filer configuration files
  84.    .HLP   Help files
  85.    .LCF   Script files for Datacomm
  86.    .PBK   Phone book files
  87.    .PCF   Printer configuration files
  88.    .PCX   Graphics files
  89.    .TXT   Memo files
  90.    .WK1   Lotus 1-2-3 worksheet files
  91.  
  92. Contents of C:\_SYS\SYSINIT.BAT...
  93.  
  94. (This BAT file is executed when the C: drive is rebuilt.  The redirection
  95. "> nul" prevents the message produced by COPY from being displayed.)
  96.  
  97.    echo off
  98.    copy c:\_sys\*.env c:\_DAT > nul
  99.    copy c:\_sys\*.?bk c:\_DAT > nul
  100.    copy c:\_sys\topcard.pcx c:\_DAT > nul
  101.    copy c:\_sys\*.dcf c:\_DAT > nul
  102.    copy c:\_sys\*.lcf c:\_DAT > nul
  103.    copy c:\_sys\*.ctf c:\_DAT > nul
  104.    copy c:\_sys\*.ccf c:\_DAT > nul
  105.    copy c:\_sys\*.fcf c:\_DAT > nul
  106.    copy c:\_sys\wtime.dat  c:\_DAT > nul
  107.    echo on
  108.  
  109.  
  110. DOS Commands Present in the HP95
  111. --------------------------------
  112.  
  113. BREAK                       MKDIR | MD
  114. CHDIR | CD                  PATH
  115. CHKDSK                      PROMPT
  116. CLS                         RENAME | REN
  117. COMMAND                     RMDIR | RD
  118. COPY                        SET
  119. CTTY                        TIME
  120. DATE                        TYPE
  121. DEBUG                       VER
  122. DEL | ERASE                 VERIFY
  123. DIR                         VOL
  124. EXIT
  125.  
  126. Batch commands
  127.  
  128. ECHO                        PAUSE
  129. FOR ... IN ... DO           REM
  130. GOTO                        SHIFT
  131. IF
  132. FORMAT
  133.  
  134. CONFIG.SYS commands
  135.  
  136. BREAK                       FILES
  137. BUFFERS                     LASTDRIVE
  138. COUNTRY                     SHELL
  139. DEVICE                      STACKS
  140.  
  141. HP95-Specific Commands
  142.  
  143. In addition to the internal and external DOS commands, the HP-95LX provides
  144. the following commands...
  145.  
  146. DISPLAY CONTROL
  147.  
  148.    DISPCTL  +C   ..Enable cursor tracking
  149.             -C   ..Disable cursor tracking
  150.             +K   ..Enable ALT-arrow scrolling
  151.             -K   ..Disable ALT-arrow scrolling
  152.  
  153. PASSWORD PROTECTION
  154.  
  155.    PASSWORD  xxx   ..Set password to xxx
  156.              /A    ..Set auto-lock mode
  157.              /M    ..Set manual-lock mode
  158.              /D    ..Deactivates password protection
  159.  
  160. SERIAL PORT CONTROL
  161.  
  162.    SERCTL /O   ..Turns off power to all I/O ports
  163.           /I   ..Turns on power to IR port and sets data rate to 2400 bps
  164.           /W   ..Turns on power to hardwired (RS-232) port
  165.  
  166.  
  167. Gene Dorr - 75156.3132
  168.